home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / -seriously_amiga- / shareware / programming / other / studio16add / scripts / .readme_first next >
Text File  |  1997-12-01  |  1KB  |  37 lines

  1.  
  2. NOTES about the script:
  3.  
  4.     The scripts in this directory must have the 's' protection bit set.
  5.     You can see if it has by using the 'c:list' comand.
  6.  
  7.     The bit should be set by default, but I you transfer them or copy
  8.     them use the programs CLONE option if any, or use the c:Protect
  9.     comand to add the bits: "Protect <script> +s". If the protection bit
  10.     's' isn't set you must start the scripts with the comand "execute"
  11.     like this: "execute <script>"
  12.  
  13.     You will need the Studio 16 tools in the package to be in the global
  14.     path such as for example the Sys:C/ dir. If you rather want them in
  15.     the Studio 16 directory you need to add a path to this directory if
  16.     you haven't already. Do this by using the 'c:Path' comand like this:
  17.     "path Studio16_3:c/ ADD" or "path <your-comand-dir> ADD". This is
  18.     most convinient to do from the 's:user-startup' file. To add it to
  19.     the user-startup file do this:
  20.  
  21.     echo "path <yourdir> ADD" >>s:user-startup (note the double >> !)
  22.  
  23.     With the protection bit set you should be able to start the script
  24.     by only typing its name. If you wonder how to use the script type:
  25.     "<script> ?" and you will get a short usage. If you need a better
  26.     explination use "type <script>" or refer to the doc.
  27.  
  28.     The usual place is to put script is in 'sys:s/'.
  29.  
  30. If you write your own scripts I would like to receive them for future
  31. distribution in the Studio16add package. If you find errors in the scripts
  32. already implemented please let me know (kenny@bgnett.no).
  33.  
  34.     Enjoy!
  35.  
  36.         - Kenny
  37.